home *** CD-ROM | disk | FTP | other *** search
/ Cine Live 97 / Cine Live 97.iso / pc / cinelive97 data / media / interface / 2006.xd < prev    next >
Encoding:
Text File  |  2005-11-30  |  54.4 KB  |  2,954 lines

  1. module O_DOCUMENT_1 is cDocument with
  2.     Flags is 342;
  3.     Name is "Document";
  4.     Autorun is false;
  5.     Clipping is false;
  6.     Enabled is false;
  7.     Shown is true;
  8.     Cursor is oEmptyCursor;
  9.     XAdjuster is cLayoutLeftAdjuster with
  10.         Delta is 0;
  11.     end;
  12.     YAdjuster is cLayoutTopAdjuster with
  13.         Delta is 0;
  14.     end;
  15.     WidthAdjuster is cCustomWidthAdjuster with
  16.         Delta is 800;
  17.     end;
  18.     HeightAdjuster is cCustomHeightAdjuster with
  19.         Delta is 600;
  20.     end;
  21.     Duration is 2147483647;
  22.     Looping is false;
  23.     Rate is 100;
  24.     TimeScale is 1000;
  25.     URLOption is cURLOption with
  26.     end;
  27.     Kind is cOpaqueBoxKind with
  28.         Red is 0;
  29.         Green is 0;
  30.         Blue is 0;
  31.     end;
  32.     TimeLineTarget is cTarget with
  33.         ID is O_BT8_15;
  34.     end;
  35.     DocType is true;
  36.     release Editor:
  37.         PaletteIndex is 1;
  38.         WindowState is {681,276,850,920,0,-405,0,0};
  39.     end;
  40.     Elements is [
  41.         O_FOND_2,
  42.         O_W1_3,
  43.         O_X1_4,
  44.         O_Y1_5,
  45.         O_Z1_6,
  46.         O_MUSIC_7,
  47.         O_BOUTONJ_8,
  48.         O_BT1_9,
  49.         O_BT2_10,
  50.         O_BT3_11,
  51.         O_BT4_12,
  52.         O_BT6_13,
  53.         O_BT7_14,
  54.         O_BT8_15,
  55.         O_BT10_16,
  56.         O_BT11_17,
  57.         O_BT12_18,
  58.         O_BT13_19,
  59.         O_BT14_20,
  60.         O_BT15_21,
  61.         O_BT16_22,
  62.         O_BT17_23,
  63.         O_BT18_24,
  64.         O_BT19_25,
  65.         O_BT20_26,
  66.         O_BT21_27,
  67.         O_BT22_28,
  68.         O_BT23_29,
  69.         O_SOMMAIRE_30
  70.     ];
  71.     Events is [
  72.         cLoadedEvent with
  73.             Flags is 4;
  74.             Flag is false;
  75.             Commands is [
  76.                 cRunCommand with
  77.                     Flags is 0;
  78.                     Target is cTarget with
  79.                         ID is O_MUSIC_7;
  80.                     end;
  81.                     Mode is Set;
  82.                     Rewind is false;
  83.                 end
  84.             ];
  85.         end,
  86.         cKeyboardEvent with
  87.             Flags is 4;
  88.             CaseSensitive is true;
  89.             Test is Equal;
  90.             TestKey is "-";
  91.             Commands is [
  92.                 cSetVolumeCommand with
  93.                     Flags is 0;
  94.                     Mode is ExecuteBy;
  95.                     Level is -10;
  96.                 end
  97.             ];
  98.         end,
  99.         cKeyboardEvent with
  100.             Flags is 4;
  101.             CaseSensitive is true;
  102.             Test is Equal;
  103.             TestKey is "+";
  104.             Commands is [
  105.                 cSetVolumeCommand with
  106.                     Flags is 0;
  107.                     Mode is ExecuteBy;
  108.                     Level is 10;
  109.                 end
  110.             ];
  111.         end
  112.     ];
  113.     TimeLine is cTimeLine with
  114.         Flags is 0;
  115.         Duration is 0;
  116.         Start is 0;
  117.         Stop is 0;
  118.         Time is 0;
  119.         TimeScale is 1000;
  120.     end;
  121. end;
  122.  
  123. object O_FOND_2 is cImage with
  124.     Flags is 340;
  125.     Name is "Fond";
  126.     Autorun is false;
  127.     Clipping is false;
  128.     Enabled is true;
  129.     Shown is true;
  130.     Cursor is oDon_tCursor;
  131.     XAdjuster is cLayoutLeftAdjuster with
  132.         Delta is 0;
  133.     end;
  134.     YAdjuster is cLayoutTopAdjuster with
  135.         Delta is 0;
  136.     end;
  137.     WidthAdjuster is cDataWidthAdjuster with
  138.         Delta is 0;
  139.     end;
  140.     HeightAdjuster is cDataHeightAdjuster with
  141.         Delta is 0;
  142.     end;
  143.     Duration is 2147483647;
  144.     Looping is false;
  145.     Rate is 100;
  146.     TimeScale is 1000;
  147.     URLOption is cDiskURLOption with
  148.         URL is "Media/Images/2006.jpg";
  149.     end;
  150.     Kind is cScaledImageKind with
  151.         Constrain is false;
  152.         Proportional is false;
  153.     end;
  154.     Bitmapped is true;
  155.     Mode is -1;
  156.     Red is 255;
  157.     Green is 255;
  158.     Blue is 255;
  159.     release Editor:
  160.     end;
  161.     TimeLine is cTimeLine with
  162.         Flags is 0;
  163.         Duration is 0;
  164.         Start is 0;
  165.         Stop is 0;
  166.         Time is 0;
  167.         TimeScale is 1000;
  168.     end;
  169. end;
  170.  
  171. object O_W1_3 is cImage with
  172.     Flags is 336;
  173.     Name is "w1";
  174.     Autorun is false;
  175.     Clipping is false;
  176.     Enabled is true;
  177.     Shown is true;
  178.     Cursor is oDon_tCursor;
  179.     XAdjuster is cLayoutLeftAdjuster with
  180.         Delta is 201;
  181.     end;
  182.     YAdjuster is cLayoutTopAdjuster with
  183.         Delta is 129;
  184.     end;
  185.     WidthAdjuster is cDataWidthAdjuster with
  186.         Delta is 0;
  187.     end;
  188.     HeightAdjuster is cDataHeightAdjuster with
  189.         Delta is 0;
  190.     end;
  191.     Duration is 2147483647;
  192.     Looping is false;
  193.     Rate is 100;
  194.     TimeScale is 1000;
  195.     URLOption is cDiskURLOption with
  196.         URL is "Media/Images/w1.jpg";
  197.     end;
  198.     Kind is cScaledImageKind with
  199.         Constrain is false;
  200.         Proportional is false;
  201.     end;
  202.     Bitmapped is true;
  203.     Mode is -1;
  204.     Red is 255;
  205.     Green is 255;
  206.     Blue is 255;
  207.     release Editor:
  208.     end;
  209.     TimeLine is cTimeLine with
  210.         Flags is 0;
  211.         Duration is 0;
  212.         Start is 0;
  213.         Stop is 0;
  214.         Time is 0;
  215.         TimeScale is 1000;
  216.     end;
  217. end;
  218.  
  219. object O_X1_4 is cImage with
  220.     Flags is 16;
  221.     Name is "x1";
  222.     Autorun is false;
  223.     Clipping is false;
  224.     Enabled is true;
  225.     Shown is true;
  226.     Cursor is oDon_tCursor;
  227.     XAdjuster is cLayoutLeftAdjuster with
  228.         Delta is 201;
  229.     end;
  230.     YAdjuster is cLayoutTopAdjuster with
  231.         Delta is 79;
  232.     end;
  233.     WidthAdjuster is cDataWidthAdjuster with
  234.         Delta is 0;
  235.     end;
  236.     HeightAdjuster is cDataHeightAdjuster with
  237.         Delta is 0;
  238.     end;
  239.     Duration is 2147483647;
  240.     Looping is false;
  241.     Rate is 100;
  242.     TimeScale is 1000;
  243.     URLOption is cDiskURLOption with
  244.         URL is "Media/Images/x1.jpg";
  245.     end;
  246.     Kind is cScaledImageKind with
  247.         Constrain is false;
  248.         Proportional is false;
  249.     end;
  250.     Bitmapped is true;
  251.     Mode is -1;
  252.     Red is 255;
  253.     Green is 255;
  254.     Blue is 255;
  255.     release Editor:
  256.     end;
  257.     TimeLine is cTimeLine with
  258.         Flags is 0;
  259.         Duration is 0;
  260.         Start is 0;
  261.         Stop is 0;
  262.         Time is 0;
  263.         TimeScale is 1000;
  264.     end;
  265. end;
  266.  
  267. object O_Y1_5 is cImage with
  268.     Flags is 16;
  269.     Name is "y1";
  270.     Autorun is false;
  271.     Clipping is false;
  272.     Enabled is true;
  273.     Shown is true;
  274.     Cursor is oDon_tCursor;
  275.     XAdjuster is cLayoutLeftAdjuster with
  276.         Delta is 45;
  277.     end;
  278.     YAdjuster is cLayoutTopAdjuster with
  279.         Delta is 129;
  280.     end;
  281.     WidthAdjuster is cDataWidthAdjuster with
  282.         Delta is 0;
  283.     end;
  284.     HeightAdjuster is cDataHeightAdjuster with
  285.         Delta is 0;
  286.     end;
  287.     Duration is 2147483647;
  288.     Looping is false;
  289.     Rate is 100;
  290.     TimeScale is 1000;
  291.     URLOption is cDiskURLOption with
  292.         URL is "Media/Images/y1.jpg";
  293.     end;
  294.     Kind is cScaledImageKind with
  295.         Constrain is false;
  296.         Proportional is false;
  297.     end;
  298.     Bitmapped is true;
  299.     Mode is -1;
  300.     Red is 255;
  301.     Green is 255;
  302.     Blue is 255;
  303.     release Editor:
  304.     end;
  305.     TimeLine is cTimeLine with
  306.         Flags is 0;
  307.         Duration is 0;
  308.         Start is 0;
  309.         Stop is 0;
  310.         Time is 0;
  311.         TimeScale is 1000;
  312.     end;
  313. end;
  314.  
  315. object O_Z1_6 is cImage with
  316.     Flags is 16;
  317.     Name is "z1";
  318.     Autorun is false;
  319.     Clipping is false;
  320.     Enabled is true;
  321.     Shown is true;
  322.     Cursor is oDon_tCursor;
  323.     XAdjuster is cLayoutLeftAdjuster with
  324.         Delta is 0;
  325.     end;
  326.     YAdjuster is cLayoutTopAdjuster with
  327.         Delta is 470;
  328.     end;
  329.     WidthAdjuster is cDataWidthAdjuster with
  330.         Delta is 0;
  331.     end;
  332.     HeightAdjuster is cDataHeightAdjuster with
  333.         Delta is 0;
  334.     end;
  335.     Duration is 2147483647;
  336.     Looping is false;
  337.     Rate is 100;
  338.     TimeScale is 1000;
  339.     URLOption is cDiskURLOption with
  340.         URL is "Media/Images/z1.jpg";
  341.     end;
  342.     Kind is cScaledImageKind with
  343.         Constrain is false;
  344.         Proportional is false;
  345.     end;
  346.     Bitmapped is true;
  347.     Mode is -1;
  348.     Red is 255;
  349.     Green is 255;
  350.     Blue is 255;
  351.     release Editor:
  352.     end;
  353.     TimeLine is cTimeLine with
  354.         Flags is 0;
  355.         Duration is 0;
  356.         Start is 0;
  357.         Stop is 0;
  358.         Time is 0;
  359.         TimeScale is 1000;
  360.     end;
  361. end;
  362.  
  363. object O_MUSIC_7 is cSoundPro with
  364.     Flags is 336;
  365.     Name is "music";
  366.     Autorun is false;
  367.     Clipping is false;
  368.     Enabled is false;
  369.     Shown is false;
  370.     XAdjuster is cLayoutLeftAdjuster with
  371.         Delta is -59;
  372.     end;
  373.     YAdjuster is cLayoutTopAdjuster with
  374.         Delta is -20;
  375.     end;
  376.     WidthAdjuster is cCustomWidthAdjuster with
  377.         Delta is 82;
  378.     end;
  379.     HeightAdjuster is cCustomHeightAdjuster with
  380.         Delta is 40;
  381.     end;
  382.     Region is cRegion with
  383.         Coordinates is {-65332,2,2621514,60,4489215,65590,3932228,4554751,131120,3571711,196650,3178495,262180,2785279,327709,2392063,393239,1933311,458769,1507397,4620287,524299,1146879,589829,753663,655362,360447,720898,229375,852038,4685823,1179719,4751359,1572936,4816895,1966153,4882431,2228294,4882431,2293820,4620287,2359346,3964927,2424872,3309567,2490397,2654207,2555923,1933311,2621443,1277951,2147418112};
  384.     end;
  385.     Duration is 0;
  386.     Looping is true;
  387.     Rate is 100;
  388.     TimeScale is 1000;
  389.     URLOption is cURLOption with
  390.         URL is "../Sons/1.mp3";
  391.     end;
  392.     OpenAtStart is true;
  393.     CloseAtStop is false;
  394.     FillAllBuffers is false;
  395.     StreamingOption is 2;
  396.     FirstBufferSize is 32768;
  397.     NumberOfBuffers is 2;
  398.     BuffersSize is 32768;
  399.     BufferAtLeast is 2;
  400.     CrossfadeDuration is 2147483647;
  401.     CrossfadeTimeScale is 1000;
  402.     release Editor:
  403.     end;
  404.     TimeLine is cTimeLine with
  405.         Flags is 0;
  406.         Duration is 0;
  407.         Start is 0;
  408.         Stop is 0;
  409.         Time is 0;
  410.         TimeScale is 1000;
  411.     end;
  412. end;
  413.  
  414. object O_BOUTONJ_8 is cImage with
  415.     Flags is 16;
  416.     Name is "boutonJ";
  417.     Autorun is false;
  418.     Clipping is false;
  419.     Enabled is true;
  420.     Shown is true;
  421.     Cursor is oFingerCursor;
  422.     XAdjuster is cLayoutLeftAdjuster with
  423.         Delta is 51;
  424.     end;
  425.     YAdjuster is cLayoutTopAdjuster with
  426.         Delta is 432;
  427.     end;
  428.     WidthAdjuster is cDataWidthAdjuster with
  429.         Delta is 0;
  430.     end;
  431.     HeightAdjuster is cDataHeightAdjuster with
  432.         Delta is 0;
  433.     end;
  434.     Duration is 2147483647;
  435.     Looping is false;
  436.     Rate is 100;
  437.     TimeScale is 1000;
  438.     URLOption is cDiskURLOption with
  439.         URL is "Media/Images/boutonJ.psd";
  440.     end;
  441.     Kind is cScaledImageKind with
  442.         Constrain is false;
  443.         Proportional is false;
  444.     end;
  445.     Bitmapped is true;
  446.     Mode is -1;
  447.     Red is 255;
  448.     Green is 255;
  449.     Blue is 255;
  450.     release Editor:
  451.     end;
  452.     TimeLine is cTimeLine with
  453.         Flags is 0;
  454.         Duration is 0;
  455.         Start is 0;
  456.         Stop is 0;
  457.         Time is 0;
  458.         TimeScale is 1000;
  459.     end;
  460. end;
  461.  
  462. object O_BT1_9 is cBox with
  463.     Flags is 0;
  464.     Name is "BT1";
  465.     Autorun is false;
  466.     Clipping is false;
  467.     Enabled is true;
  468.     Shown is true;
  469.     XAdjuster is cLayoutLeftAdjuster with
  470.         Delta is 56;
  471.     end;
  472.     YAdjuster is cLayoutTopAdjuster with
  473.         Delta is 432;
  474.     end;
  475.     WidthAdjuster is cCustomWidthAdjuster with
  476.         Delta is 31;
  477.     end;
  478.     HeightAdjuster is cCustomHeightAdjuster with
  479.         Delta is 24;
  480.     end;
  481.     Duration is 2147483647;
  482.     Looping is false;
  483.     Rate is 100;
  484.     TimeScale is 1000;
  485.     URLOption is cURLOption with
  486.     end;
  487.     Kind is cTransparentBoxKind with
  488.     end;
  489.     release Editor:
  490.     end;
  491.     Events is [
  492.         cMouseEnterEvent with
  493.             Flags is 0;
  494.             Commands is [
  495.                 cDragCommand with
  496.                     Flags is 0;
  497.                     Target is cTarget with
  498.                         ID is O_BOUTONJ_8;
  499.                     end;
  500.                     Mode is DragTo;
  501.                     X is 51;
  502.                     Y is 432;
  503.                     Constraint is cTarget with
  504.                     end;
  505.                 end,
  506.                 cShowCommand with
  507.                     Flags is 0;
  508.                     Target is cTarget with
  509.                         ID is O_BOUTONJ_8;
  510.                     end;
  511.                     Mode is Set;
  512.                 end,
  513.                 cSwitchURLCommand with
  514.                     Flags is 0;
  515.                     Target is cTarget with
  516.                         ID is O_W1_3;
  517.                     end;
  518.                     URLOption is cDiskURLOption with
  519.                         URL is "Media/Images/w1.jpg";
  520.                     end;
  521.                 end,
  522.                 cSwitchURLCommand with
  523.                     Flags is 0;
  524.                     Target is cTarget with
  525.                         ID is O_X1_4;
  526.                     end;
  527.                     URLOption is cDiskURLOption with
  528.                         URL is "Media/Images/x1.jpg";
  529.                     end;
  530.                 end,
  531.                 cSwitchURLCommand with
  532.                     Flags is 0;
  533.                     Target is cTarget with
  534.                         ID is O_Y1_5;
  535.                     end;
  536.                     URLOption is cDiskURLOption with
  537.                         URL is "Media/Images/y1.jpg";
  538.                     end;
  539.                 end,
  540.                 cSwitchURLCommand with
  541.                     Flags is 0;
  542.                     Target is cTarget with
  543.                         ID is O_Z1_6;
  544.                     end;
  545.                     URLOption is cDiskURLOption with
  546.                         URL is "Media/Images/z1.jpg";
  547.                     end;
  548.                 end
  549.             ];
  550.         end,
  551.         cMouseUpEvent with
  552.             Flags is 0;
  553.             Flag is true;
  554.             Commands is [
  555.                 cBrowseCommand with
  556.                     Flags is 0;
  557.                     Target is cTarget with
  558.                         ID is oTargetRoot;
  559.                     end;
  560.                     All is false;
  561.                     URLOption is cDiskURLOption with
  562.                         URL is "Media/Interface/a1.xd";
  563.                     end;
  564.                 end
  565.             ];
  566.         end
  567.     ];
  568.     TimeLine is cTimeLine with
  569.         Flags is 0;
  570.         Duration is 0;
  571.         Start is 0;
  572.         Stop is 0;
  573.         Time is 0;
  574.         TimeScale is 1000;
  575.     end;
  576. end;
  577.  
  578. object O_BT2_10 is cBox with
  579.     Flags is 0;
  580.     Name is "BT2";
  581.     Autorun is false;
  582.     Clipping is false;
  583.     Enabled is true;
  584.     Shown is true;
  585.     XAdjuster is cLayoutLeftAdjuster with
  586.         Delta is 85;
  587.     end;
  588.     YAdjuster is cLayoutTopAdjuster with
  589.         Delta is 432;
  590.     end;
  591.     WidthAdjuster is cCustomWidthAdjuster with
  592.         Delta is 31;
  593.     end;
  594.     HeightAdjuster is cCustomHeightAdjuster with
  595.         Delta is 24;
  596.     end;
  597.     Duration is 2147483647;
  598.     Looping is false;
  599.     Rate is 100;
  600.     TimeScale is 1000;
  601.     URLOption is cURLOption with
  602.     end;
  603.     Kind is cTransparentBoxKind with
  604.     end;
  605.     release Editor:
  606.     end;
  607.     Events is [
  608.         cMouseEnterEvent with
  609.             Flags is 0;
  610.             Commands is [
  611.                 cDragCommand with
  612.                     Flags is 0;
  613.                     Target is cTarget with
  614.                         ID is O_BOUTONJ_8;
  615.                     end;
  616.                     Mode is DragTo;
  617.                     X is 81;
  618.                     Y is 432;
  619.                     Constraint is cTarget with
  620.                     end;
  621.                 end,
  622.                 cShowCommand with
  623.                     Flags is 0;
  624.                     Target is cTarget with
  625.                         ID is O_BOUTONJ_8;
  626.                     end;
  627.                     Mode is Set;
  628.                 end,
  629.                 cSwitchURLCommand with
  630.                     Flags is 0;
  631.                     Target is cTarget with
  632.                         ID is O_W1_3;
  633.                     end;
  634.                     URLOption is cDiskURLOption with
  635.                         URL is "Media/Images/w2.jpg";
  636.                     end;
  637.                 end,
  638.                 cSwitchURLCommand with
  639.                     Flags is 0;
  640.                     Target is cTarget with
  641.                         ID is O_X1_4;
  642.                     end;
  643.                     URLOption is cDiskURLOption with
  644.                         URL is "Media/Images/x2.jpg";
  645.                     end;
  646.                 end,
  647.                 cSwitchURLCommand with
  648.                     Flags is 0;
  649.                     Target is cTarget with
  650.                         ID is O_Y1_5;
  651.                     end;
  652.                     URLOption is cDiskURLOption with
  653.                         URL is "Media/Images/y2.jpg";
  654.                     end;
  655.                 end,
  656.                 cSwitchURLCommand with
  657.                     Flags is 0;
  658.                     Target is cTarget with
  659.                         ID is O_Z1_6;
  660.                     end;
  661.                     URLOption is cDiskURLOption with
  662.                         URL is "Media/Images/z2.jpg";
  663.                     end;
  664.                 end
  665.             ];
  666.         end,
  667.         cMouseUpEvent with
  668.             Flags is 0;
  669.             Flag is true;
  670.             Commands is [
  671.                 cBrowseCommand with
  672.                     Flags is 0;
  673.                     Target is cTarget with
  674.                         ID is oTargetRoot;
  675.                     end;
  676.                     All is false;
  677.                     URLOption is cDiskURLOption with
  678.                         URL is "Media/Interface/a2.xd";
  679.                     end;
  680.                 end
  681.             ];
  682.         end
  683.     ];
  684.     TimeLine is cTimeLine with
  685.         Flags is 0;
  686.         Duration is 0;
  687.         Start is 0;
  688.         Stop is 0;
  689.         Time is 0;
  690.         TimeScale is 1000;
  691.     end;
  692. end;
  693.  
  694. object O_BT3_11 is cBox with
  695.     Flags is 0;
  696.     Name is "BT3";
  697.     Autorun is false;
  698.     Clipping is false;
  699.     Enabled is true;
  700.     Shown is true;
  701.     XAdjuster is cLayoutLeftAdjuster with
  702.         Delta is 114;
  703.     end;
  704.     YAdjuster is cLayoutTopAdjuster with
  705.         Delta is 432;
  706.     end;
  707.     WidthAdjuster is cCustomWidthAdjuster with
  708.         Delta is 30;
  709.     end;
  710.     HeightAdjuster is cCustomHeightAdjuster with
  711.         Delta is 24;
  712.     end;
  713.     Duration is 2147483647;
  714.     Looping is false;
  715.     Rate is 100;
  716.     TimeScale is 1000;
  717.     URLOption is cURLOption with
  718.     end;
  719.     Kind is cTransparentBoxKind with
  720.     end;
  721.     release Editor:
  722.     end;
  723.     Events is [
  724.         cMouseEnterEvent with
  725.             Flags is 0;
  726.             Commands is [
  727.                 cDragCommand with
  728.                     Flags is 0;
  729.                     Target is cTarget with
  730.                         ID is O_BOUTONJ_8;
  731.                     end;
  732.                     Mode is DragTo;
  733.                     X is 109;
  734.                     Y is 432;
  735.                     Constraint is cTarget with
  736.                     end;
  737.                 end,
  738.                 cShowCommand with
  739.                     Flags is 0;
  740.                     Target is cTarget with
  741.                         ID is O_BOUTONJ_8;
  742.                     end;
  743.                     Mode is Set;
  744.                 end,
  745.                 cSwitchURLCommand with
  746.                     Flags is 0;
  747.                     Target is cTarget with
  748.                         ID is O_W1_3;
  749.                     end;
  750.                     URLOption is cDiskURLOption with
  751.                         URL is "Media/Images/w3.jpg";
  752.                     end;
  753.                 end,
  754.                 cSwitchURLCommand with
  755.                     Flags is 0;
  756.                     Target is cTarget with
  757.                         ID is O_X1_4;
  758.                     end;
  759.                     URLOption is cDiskURLOption with
  760.                         URL is "Media/Images/x3.jpg";
  761.                     end;
  762.                 end,
  763.                 cSwitchURLCommand with
  764.                     Flags is 0;
  765.                     Target is cTarget with
  766.                         ID is O_Y1_5;
  767.                     end;
  768.                     URLOption is cDiskURLOption with
  769.                         URL is "Media/Images/y3.jpg";
  770.                     end;
  771.                 end,
  772.                 cSwitchURLCommand with
  773.                     Flags is 0;
  774.                     Target is cTarget with
  775.                         ID is O_Z1_6;
  776.                     end;
  777.                     URLOption is cDiskURLOption with
  778.                         URL is "Media/Images/z3.jpg";
  779.                     end;
  780.                 end
  781.             ];
  782.         end,
  783.         cMouseUpEvent with
  784.             Flags is 0;
  785.             Flag is true;
  786.             Commands is [
  787.                 cBrowseCommand with
  788.                     Flags is 0;
  789.                     Target is cTarget with
  790.                         ID is oTargetRoot;
  791.                     end;
  792.                     All is false;
  793.                     URLOption is cDiskURLOption with
  794.                         URL is "Media/Interface/a3.xd";
  795.                     end;
  796.                 end
  797.             ];
  798.         end
  799.     ];
  800.     TimeLine is cTimeLine with
  801.         Flags is 0;
  802.         Duration is 0;
  803.         Start is 0;
  804.         Stop is 0;
  805.         Time is 0;
  806.         TimeScale is 1000;
  807.     end;
  808. end;
  809.  
  810. object O_BT4_12 is cBox with
  811.     Flags is 0;
  812.     Name is "BT4";
  813.     Autorun is false;
  814.     Clipping is false;
  815.     Enabled is true;
  816.     Shown is true;
  817.     XAdjuster is cLayoutLeftAdjuster with
  818.         Delta is 144;
  819.     end;
  820.     YAdjuster is cLayoutTopAdjuster with
  821.         Delta is 432;
  822.     end;
  823.     WidthAdjuster is cCustomWidthAdjuster with
  824.         Delta is 29;
  825.     end;
  826.     HeightAdjuster is cCustomHeightAdjuster with
  827.         Delta is 24;
  828.     end;
  829.     Duration is 2147483647;
  830.     Looping is false;
  831.     Rate is 100;
  832.     TimeScale is 1000;
  833.     URLOption is cURLOption with
  834.     end;
  835.     Kind is cTransparentBoxKind with
  836.     end;
  837.     release Editor:
  838.     end;
  839.     Events is [
  840.         cMouseEnterEvent with
  841.             Flags is 0;
  842.             Commands is [
  843.                 cDragCommand with
  844.                     Flags is 0;
  845.                     Target is cTarget with
  846.                         ID is O_BOUTONJ_8;
  847.                     end;
  848.                     Mode is DragTo;
  849.                     X is 138;
  850.                     Y is 432;
  851.                     Constraint is cTarget with
  852.                     end;
  853.                 end,
  854.                 cShowCommand with
  855.                     Flags is 0;
  856.                     Target is cTarget with
  857.                         ID is O_BOUTONJ_8;
  858.                     end;
  859.                     Mode is Set;
  860.                 end,
  861.                 cSwitchURLCommand with
  862.                     Flags is 0;
  863.                     Target is cTarget with
  864.                         ID is O_W1_3;
  865.                     end;
  866.                     URLOption is cDiskURLOption with
  867.                         URL is "Media/Images/w4.jpg";
  868.                     end;
  869.                 end,
  870.                 cSwitchURLCommand with
  871.                     Flags is 0;
  872.                     Target is cTarget with
  873.                         ID is O_X1_4;
  874.                     end;
  875.                     URLOption is cDiskURLOption with
  876.                         URL is "Media/Images/x4.jpg";
  877.                     end;
  878.                 end,
  879.                 cSwitchURLCommand with
  880.                     Flags is 0;
  881.                     Target is cTarget with
  882.                         ID is O_Y1_5;
  883.                     end;
  884.                     URLOption is cDiskURLOption with
  885.                         URL is "Media/Images/y4.jpg";
  886.                     end;
  887.                 end,
  888.                 cSwitchURLCommand with
  889.                     Flags is 0;
  890.                     Target is cTarget with
  891.                         ID is O_Z1_6;
  892.                     end;
  893.                     URLOption is cDiskURLOption with
  894.                         URL is "Media/Images/z4.jpg";
  895.                     end;
  896.                 end
  897.             ];
  898.         end,
  899.         cMouseUpEvent with
  900.             Flags is 0;
  901.             Flag is true;
  902.             Commands is [
  903.                 cBrowseCommand with
  904.                     Flags is 0;
  905.                     Target is cTarget with
  906.                         ID is oTargetRoot;
  907.                     end;
  908.                     All is false;
  909.                     URLOption is cDiskURLOption with
  910.                         URL is "Media/Interface/a4.xd";
  911.                     end;
  912.                 end
  913.             ];
  914.         end
  915.     ];
  916.     TimeLine is cTimeLine with
  917.         Flags is 0;
  918.         Duration is 0;
  919.         Start is 0;
  920.         Stop is 0;
  921.         Time is 0;
  922.         TimeScale is 1000;
  923.     end;
  924. end;
  925.  
  926. object O_BT6_13 is cBox with
  927.     Flags is 0;
  928.     Name is "BT6";
  929.     Autorun is false;
  930.     Clipping is false;
  931.     Enabled is true;
  932.     Shown is true;
  933.     XAdjuster is cLayoutLeftAdjuster with
  934.         Delta is 173;
  935.     end;
  936.     YAdjuster is cLayoutTopAdjuster with
  937.         Delta is 432;
  938.     end;
  939.     WidthAdjuster is cCustomWidthAdjuster with
  940.         Delta is 29;
  941.     end;
  942.     HeightAdjuster is cCustomHeightAdjuster with
  943.         Delta is 24;
  944.     end;
  945.     Duration is 2147483647;
  946.     Looping is false;
  947.     Rate is 100;
  948.     TimeScale is 1000;
  949.     URLOption is cURLOption with
  950.     end;
  951.     Kind is cTransparentBoxKind with
  952.     end;
  953.     release Editor:
  954.     end;
  955.     Events is [
  956.         cMouseEnterEvent with
  957.             Flags is 0;
  958.             Commands is [
  959.                 cDragCommand with
  960.                     Flags is 0;
  961.                     Target is cTarget with
  962.                         ID is O_BOUTONJ_8;
  963.                     end;
  964.                     Mode is DragTo;
  965.                     X is 167;
  966.                     Y is 432;
  967.                     Constraint is cTarget with
  968.                     end;
  969.                 end,
  970.                 cShowCommand with
  971.                     Flags is 0;
  972.                     Target is cTarget with
  973.                         ID is O_BOUTONJ_8;
  974.                     end;
  975.                     Mode is Set;
  976.                 end,
  977.                 cSwitchURLCommand with
  978.                     Flags is 0;
  979.                     Target is cTarget with
  980.                         ID is O_W1_3;
  981.                     end;
  982.                     URLOption is cDiskURLOption with
  983.                         URL is "Media/Images/w6.jpg";
  984.                     end;
  985.                 end,
  986.                 cSwitchURLCommand with
  987.                     Flags is 0;
  988.                     Target is cTarget with
  989.                         ID is O_X1_4;
  990.                     end;
  991.                     URLOption is cDiskURLOption with
  992.                         URL is "Media/Images/x6.jpg";
  993.                     end;
  994.                 end,
  995.                 cSwitchURLCommand with
  996.                     Flags is 0;
  997.                     Target is cTarget with
  998.                         ID is O_Y1_5;
  999.                     end;
  1000.                     URLOption is cDiskURLOption with
  1001.                         URL is "Media/Images/y6.jpg";
  1002.                     end;
  1003.                 end,
  1004.                 cSwitchURLCommand with
  1005.                     Flags is 0;
  1006.                     Target is cTarget with
  1007.                         ID is O_Z1_6;
  1008.                     end;
  1009.                     URLOption is cDiskURLOption with
  1010.                         URL is "Media/Images/z6.jpg";
  1011.                     end;
  1012.                 end
  1013.             ];
  1014.         end,
  1015.         cMouseUpEvent with
  1016.             Flags is 0;
  1017.             Flag is true;
  1018.             Commands is [
  1019.                 cBrowseCommand with
  1020.                     Flags is 0;
  1021.                     Target is cTarget with
  1022.                         ID is oTargetRoot;
  1023.                     end;
  1024.                     All is false;
  1025.                     URLOption is cDiskURLOption with
  1026.                         URL is "Media/Interface/a6.xd";
  1027.                     end;
  1028.                 end
  1029.             ];
  1030.         end
  1031.     ];
  1032.     TimeLine is cTimeLine with
  1033.         Flags is 0;
  1034.         Duration is 0;
  1035.         Start is 0;
  1036.         Stop is 0;
  1037.         Time is 0;
  1038.         TimeScale is 1000;
  1039.     end;
  1040. end;
  1041.  
  1042. object O_BT7_14 is cBox with
  1043.     Flags is 336;
  1044.     Name is "BT7";
  1045.     Autorun is false;
  1046.     Clipping is false;
  1047.     Enabled is true;
  1048.     Shown is true;
  1049.     XAdjuster is cLayoutLeftAdjuster with
  1050.         Delta is 202;
  1051.     end;
  1052.     YAdjuster is cLayoutTopAdjuster with
  1053.         Delta is 432;
  1054.     end;
  1055.     WidthAdjuster is cCustomWidthAdjuster with
  1056.         Delta is 30;
  1057.     end;
  1058.     HeightAdjuster is cCustomHeightAdjuster with
  1059.         Delta is 24;
  1060.     end;
  1061.     Duration is 2147483647;
  1062.     Looping is false;
  1063.     Rate is 100;
  1064.     TimeScale is 1000;
  1065.     URLOption is cURLOption with
  1066.     end;
  1067.     Kind is cTransparentBoxKind with
  1068.     end;
  1069.     release Editor:
  1070.     end;
  1071.     Events is [
  1072.         cMouseEnterEvent with
  1073.             Flags is 4;
  1074.             Commands is [
  1075.                 cDragCommand with
  1076.                     Flags is 4;
  1077.                     Target is cTarget with
  1078.                         ID is O_BOUTONJ_8;
  1079.                     end;
  1080.                     Mode is DragTo;
  1081.                     X is 195;
  1082.                     Y is 432;
  1083.                     Constraint is cTarget with
  1084.                     end;
  1085.                 end,
  1086.                 cShowCommand with
  1087.                     Flags is 4;
  1088.                     Target is cTarget with
  1089.                         ID is O_BOUTONJ_8;
  1090.                     end;
  1091.                     Mode is Set;
  1092.                 end,
  1093.                 cSwitchURLCommand with
  1094.                     Flags is 4;
  1095.                     Target is cTarget with
  1096.                         ID is O_W1_3;
  1097.                     end;
  1098.                     URLOption is cDiskURLOption with
  1099.                         URL is "Media/Images/w7.jpg";
  1100.                     end;
  1101.                 end,
  1102.                 cSwitchURLCommand with
  1103.                     Flags is 4;
  1104.                     Target is cTarget with
  1105.                         ID is O_X1_4;
  1106.                     end;
  1107.                     URLOption is cDiskURLOption with
  1108.                         URL is "Media/Images/x7.jpg";
  1109.                     end;
  1110.                 end,
  1111.                 cSwitchURLCommand with
  1112.                     Flags is 4;
  1113.                     Target is cTarget with
  1114.                         ID is O_Y1_5;
  1115.                     end;
  1116.                     URLOption is cDiskURLOption with
  1117.                         URL is "Media/Images/y7.jpg";
  1118.                     end;
  1119.                 end,
  1120.                 cSwitchURLCommand with
  1121.                     Flags is 4;
  1122.                     Target is cTarget with
  1123.                         ID is O_Z1_6;
  1124.                     end;
  1125.                     URLOption is cDiskURLOption with
  1126.                         URL is "Media/Images/z7.jpg";
  1127.                     end;
  1128.                 end
  1129.             ];
  1130.         end,
  1131.         cMouseUpEvent with
  1132.             Flags is 4;
  1133.             Flag is true;
  1134.             Commands is [
  1135.                 cBrowseCommand with
  1136.                     Flags is 4;
  1137.                     Target is cTarget with
  1138.                         ID is oTargetRoot;
  1139.                     end;
  1140.                     All is false;
  1141.                     URLOption is cDiskURLOption with
  1142.                         URL is "Media/Interface/a7.xd";
  1143.                     end;
  1144.                 end
  1145.             ];
  1146.         end
  1147.     ];
  1148.     TimeLine is cTimeLine with
  1149.         Flags is 0;
  1150.         Duration is 0;
  1151.         Start is 0;
  1152.         Stop is 0;
  1153.         Time is 0;
  1154.         TimeScale is 1000;
  1155.     end;
  1156. end;
  1157.  
  1158. object O_BT8_15 is cBox with
  1159.     Flags is 0;
  1160.     Name is "BT8";
  1161.     Autorun is false;
  1162.     Clipping is false;
  1163.     Enabled is true;
  1164.     Shown is true;
  1165.     XAdjuster is cLayoutLeftAdjuster with
  1166.         Delta is 231;
  1167.     end;
  1168.     YAdjuster is cLayoutTopAdjuster with
  1169.         Delta is 432;
  1170.     end;
  1171.     WidthAdjuster is cCustomWidthAdjuster with
  1172.         Delta is 30;
  1173.     end;
  1174.     HeightAdjuster is cCustomHeightAdjuster with
  1175.         Delta is 24;
  1176.     end;
  1177.     Duration is 2147483647;
  1178.     Looping is false;
  1179.     Rate is 100;
  1180.     TimeScale is 1000;
  1181.     URLOption is cURLOption with
  1182.     end;
  1183.     Kind is cTransparentBoxKind with
  1184.     end;
  1185.     release Editor:
  1186.     end;
  1187.     Events is [
  1188.         cMouseEnterEvent with
  1189.             Flags is 0;
  1190.             Commands is [
  1191.                 cDragCommand with
  1192.                     Flags is 0;
  1193.                     Target is cTarget with
  1194.                         ID is O_BOUTONJ_8;
  1195.                     end;
  1196.                     Mode is DragTo;
  1197.                     X is 226;
  1198.                     Y is 432;
  1199.                     Constraint is cTarget with
  1200.                     end;
  1201.                 end,
  1202.                 cShowCommand with
  1203.                     Flags is 0;
  1204.                     Target is cTarget with
  1205.                         ID is O_BOUTONJ_8;
  1206.                     end;
  1207.                     Mode is Set;
  1208.                 end,
  1209.                 cSwitchURLCommand with
  1210.                     Flags is 0;
  1211.                     Target is cTarget with
  1212.                         ID is O_W1_3;
  1213.                     end;
  1214.                     URLOption is cDiskURLOption with
  1215.                         URL is "Media/Images/w8.jpg";
  1216.                     end;
  1217.                 end,
  1218.                 cSwitchURLCommand with
  1219.                     Flags is 0;
  1220.                     Target is cTarget with
  1221.                         ID is O_X1_4;
  1222.                     end;
  1223.                     URLOption is cDiskURLOption with
  1224.                         URL is "Media/Images/x8.jpg";
  1225.                     end;
  1226.                 end,
  1227.                 cSwitchURLCommand with
  1228.                     Flags is 0;
  1229.                     Target is cTarget with
  1230.                         ID is O_Y1_5;
  1231.                     end;
  1232.                     URLOption is cDiskURLOption with
  1233.                         URL is "Media/Images/y8.jpg";
  1234.                     end;
  1235.                 end,
  1236.                 cSwitchURLCommand with
  1237.                     Flags is 0;
  1238.                     Target is cTarget with
  1239.                         ID is O_Z1_6;
  1240.                     end;
  1241.                     URLOption is cDiskURLOption with
  1242.                         URL is "Media/Images/z8.jpg";
  1243.                     end;
  1244.                 end
  1245.             ];
  1246.         end,
  1247.         cMouseUpEvent with
  1248.             Flags is 0;
  1249.             Flag is true;
  1250.             Commands is [
  1251.                 cBrowseCommand with
  1252.                     Flags is 0;
  1253.                     Target is cTarget with
  1254.                         ID is oTargetRoot;
  1255.                     end;
  1256.                     All is false;
  1257.                     URLOption is cDiskURLOption with
  1258.                         URL is "Media/Interface/a8.xd";
  1259.                     end;
  1260.                 end
  1261.             ];
  1262.         end
  1263.     ];
  1264.     TimeLine is cTimeLine with
  1265.         Flags is 0;
  1266.         Duration is 0;
  1267.         Start is 0;
  1268.         Stop is 0;
  1269.         Time is 0;
  1270.         TimeScale is 1000;
  1271.     end;
  1272. end;
  1273.  
  1274. object O_BT10_16 is cBox with
  1275.     Flags is 336;
  1276.     Name is "BT10";
  1277.     Autorun is false;
  1278.     Clipping is false;
  1279.     Enabled is true;
  1280.     Shown is true;
  1281.     XAdjuster is cLayoutLeftAdjuster with
  1282.         Delta is 260;
  1283.     end;
  1284.     YAdjuster is cLayoutTopAdjuster with
  1285.         Delta is 432;
  1286.     end;
  1287.     WidthAdjuster is cCustomWidthAdjuster with
  1288.         Delta is 30;
  1289.     end;
  1290.     HeightAdjuster is cCustomHeightAdjuster with
  1291.         Delta is 24;
  1292.     end;
  1293.     Duration is 2147483647;
  1294.     Looping is false;
  1295.     Rate is 100;
  1296.     TimeScale is 1000;
  1297.     URLOption is cURLOption with
  1298.     end;
  1299.     Kind is cTransparentBoxKind with
  1300.     end;
  1301.     release Editor:
  1302.     end;
  1303.     Events is [
  1304.         cMouseEnterEvent with
  1305.             Flags is 4;
  1306.             Commands is [
  1307.                 cDragCommand with
  1308.                     Flags is 4;
  1309.                     Target is cTarget with
  1310.                         ID is O_BOUTONJ_8;
  1311.                     end;
  1312.                     Mode is DragTo;
  1313.                     X is 254;
  1314.                     Y is 432;
  1315.                     Constraint is cTarget with
  1316.                     end;
  1317.                 end,
  1318.                 cShowCommand with
  1319.                     Flags is 4;
  1320.                     Target is cTarget with
  1321.                         ID is O_BOUTONJ_8;
  1322.                     end;
  1323.                     Mode is Set;
  1324.                 end,
  1325.                 cSwitchURLCommand with
  1326.                     Flags is 4;
  1327.                     Target is cTarget with
  1328.                         ID is O_W1_3;
  1329.                     end;
  1330.                     URLOption is cDiskURLOption with
  1331.                         URL is "Media/Images/w10.jpg";
  1332.                     end;
  1333.                 end,
  1334.                 cSwitchURLCommand with
  1335.                     Flags is 4;
  1336.                     Target is cTarget with
  1337.                         ID is O_X1_4;
  1338.                     end;
  1339.                     URLOption is cDiskURLOption with
  1340.                         URL is "Media/Images/x10.jpg";
  1341.                     end;
  1342.                 end,
  1343.                 cSwitchURLCommand with
  1344.                     Flags is 4;
  1345.                     Target is cTarget with
  1346.                         ID is O_Y1_5;
  1347.                     end;
  1348.                     URLOption is cDiskURLOption with
  1349.                         URL is "Media/Images/y10.jpg";
  1350.                     end;
  1351.                 end,
  1352.                 cSwitchURLCommand with
  1353.                     Flags is 4;
  1354.                     Target is cTarget with
  1355.                         ID is O_Z1_6;
  1356.                     end;
  1357.                     URLOption is cDiskURLOption with
  1358.                         URL is "Media/Images/z10.jpg";
  1359.                     end;
  1360.                 end
  1361.             ];
  1362.         end,
  1363.         cMouseUpEvent with
  1364.             Flags is 4;
  1365.             Flag is true;
  1366.             Commands is [
  1367.                 cBrowseCommand with
  1368.                     Flags is 4;
  1369.                     Target is cTarget with
  1370.                         ID is oTargetRoot;
  1371.                     end;
  1372.                     All is false;
  1373.                     URLOption is cDiskURLOption with
  1374.                         URL is "Media/Interface/a10.xd";
  1375.                     end;
  1376.                 end
  1377.             ];
  1378.         end
  1379.     ];
  1380.     TimeLine is cTimeLine with
  1381.         Flags is 0;
  1382.         Duration is 0;
  1383.         Start is 0;
  1384.         Stop is 0;
  1385.         Time is 0;
  1386.         TimeScale is 1000;
  1387.     end;
  1388. end;
  1389.  
  1390. object O_BT11_17 is cBox with
  1391.     Flags is 336;
  1392.     Name is "BT11";
  1393.     Autorun is false;
  1394.     Clipping is false;
  1395.     Enabled is true;
  1396.     Shown is true;
  1397.     XAdjuster is cLayoutLeftAdjuster with
  1398.         Delta is 290;
  1399.     end;
  1400.     YAdjuster is cLayoutTopAdjuster with
  1401.         Delta is 432;
  1402.     end;
  1403.     WidthAdjuster is cCustomWidthAdjuster with
  1404.         Delta is 30;
  1405.     end;
  1406.     HeightAdjuster is cCustomHeightAdjuster with
  1407.         Delta is 24;
  1408.     end;
  1409.     Duration is 2147483647;
  1410.     Looping is false;
  1411.     Rate is 100;
  1412.     TimeScale is 1000;
  1413.     URLOption is cURLOption with
  1414.     end;
  1415.     Kind is cTransparentBoxKind with
  1416.     end;
  1417.     release Editor:
  1418.     end;
  1419.     Events is [
  1420.         cMouseEnterEvent with
  1421.             Flags is 4;
  1422.             Commands is [
  1423.                 cDragCommand with
  1424.                     Flags is 4;
  1425.                     Target is cTarget with
  1426.                         ID is O_BOUTONJ_8;
  1427.                     end;
  1428.                     Mode is DragTo;
  1429.                     X is 284;
  1430.                     Y is 432;
  1431.                     Constraint is cTarget with
  1432.                     end;
  1433.                 end,
  1434.                 cShowCommand with
  1435.                     Flags is 4;
  1436.                     Target is cTarget with
  1437.                         ID is O_BOUTONJ_8;
  1438.                     end;
  1439.                     Mode is Set;
  1440.                 end,
  1441.                 cSwitchURLCommand with
  1442.                     Flags is 4;
  1443.                     Target is cTarget with
  1444.                         ID is O_W1_3;
  1445.                     end;
  1446.                     URLOption is cDiskURLOption with
  1447.                         URL is "Media/Images/w11.jpg";
  1448.                     end;
  1449.                 end,
  1450.                 cSwitchURLCommand with
  1451.                     Flags is 4;
  1452.                     Target is cTarget with
  1453.                         ID is O_X1_4;
  1454.                     end;
  1455.                     URLOption is cDiskURLOption with
  1456.                         URL is "Media/Images/x11.jpg";
  1457.                     end;
  1458.                 end,
  1459.                 cSwitchURLCommand with
  1460.                     Flags is 4;
  1461.                     Target is cTarget with
  1462.                         ID is O_Y1_5;
  1463.                     end;
  1464.                     URLOption is cDiskURLOption with
  1465.                         URL is "Media/Images/y11.jpg";
  1466.                     end;
  1467.                 end,
  1468.                 cSwitchURLCommand with
  1469.                     Flags is 4;
  1470.                     Target is cTarget with
  1471.                         ID is O_Z1_6;
  1472.                     end;
  1473.                     URLOption is cDiskURLOption with
  1474.                         URL is "Media/Images/z11.jpg";
  1475.                     end;
  1476.                 end
  1477.             ];
  1478.         end,
  1479.         cMouseUpEvent with
  1480.             Flags is 4;
  1481.             Flag is true;
  1482.             Commands is [
  1483.                 cBrowseCommand with
  1484.                     Flags is 4;
  1485.                     Target is cTarget with
  1486.                         ID is oTargetRoot;
  1487.                     end;
  1488.                     All is false;
  1489.                     URLOption is cDiskURLOption with
  1490.                         URL is "Media/Interface/a11.xd";
  1491.                     end;
  1492.                 end
  1493.             ];
  1494.         end
  1495.     ];
  1496.     TimeLine is cTimeLine with
  1497.         Flags is 0;
  1498.         Duration is 0;
  1499.         Start is 0;
  1500.         Stop is 0;
  1501.         Time is 0;
  1502.         TimeScale is 1000;
  1503.     end;
  1504. end;
  1505.  
  1506. object O_BT12_18 is cBox with
  1507.     Flags is 336;
  1508.     Name is "BT12";
  1509.     Autorun is false;
  1510.     Clipping is false;
  1511.     Enabled is true;
  1512.     Shown is true;
  1513.     XAdjuster is cLayoutLeftAdjuster with
  1514.         Delta is 320;
  1515.     end;
  1516.     YAdjuster is cLayoutTopAdjuster with
  1517.         Delta is 432;
  1518.     end;
  1519.     WidthAdjuster is cCustomWidthAdjuster with
  1520.         Delta is 30;
  1521.     end;
  1522.     HeightAdjuster is cCustomHeightAdjuster with
  1523.         Delta is 24;
  1524.     end;
  1525.     Duration is 2147483647;
  1526.     Looping is false;
  1527.     Rate is 100;
  1528.     TimeScale is 1000;
  1529.     URLOption is cURLOption with
  1530.     end;
  1531.     Kind is cTransparentBoxKind with
  1532.     end;
  1533.     release Editor:
  1534.     end;
  1535.     Events is [
  1536.         cMouseEnterEvent with
  1537.             Flags is 4;
  1538.             Commands is [
  1539.                 cDragCommand with
  1540.                     Flags is 4;
  1541.                     Target is cTarget with
  1542.                         ID is O_BOUTONJ_8;
  1543.                     end;
  1544.                     Mode is DragTo;
  1545.                     X is 309;
  1546.                     Y is 432;
  1547.                     Constraint is cTarget with
  1548.                     end;
  1549.                 end,
  1550.                 cShowCommand with
  1551.                     Flags is 4;
  1552.                     Target is cTarget with
  1553.                         ID is O_BOUTONJ_8;
  1554.                     end;
  1555.                     Mode is Set;
  1556.                 end,
  1557.                 cSwitchURLCommand with
  1558.                     Flags is 4;
  1559.                     Target is cTarget with
  1560.                         ID is O_W1_3;
  1561.                     end;
  1562.                     URLOption is cDiskURLOption with
  1563.                         URL is "Media/Images/w12.jpg";
  1564.                     end;
  1565.                 end,
  1566.                 cSwitchURLCommand with
  1567.                     Flags is 4;
  1568.                     Target is cTarget with
  1569.                         ID is O_X1_4;
  1570.                     end;
  1571.                     URLOption is cDiskURLOption with
  1572.                         URL is "Media/Images/x12.jpg";
  1573.                     end;
  1574.                 end,
  1575.                 cSwitchURLCommand with
  1576.                     Flags is 4;
  1577.                     Target is cTarget with
  1578.                         ID is O_Y1_5;
  1579.                     end;
  1580.                     URLOption is cDiskURLOption with
  1581.                         URL is "Media/Images/y12.jpg";
  1582.                     end;
  1583.                 end,
  1584.                 cSwitchURLCommand with
  1585.                     Flags is 4;
  1586.                     Target is cTarget with
  1587.                         ID is O_Z1_6;
  1588.                     end;
  1589.                     URLOption is cDiskURLOption with
  1590.                         URL is "Media/Images/z12.jpg";
  1591.                     end;
  1592.                 end
  1593.             ];
  1594.         end,
  1595.         cMouseUpEvent with
  1596.             Flags is 4;
  1597.             Flag is true;
  1598.             Commands is [
  1599.                 cBrowseCommand with
  1600.                     Flags is 4;
  1601.                     Target is cTarget with
  1602.                         ID is oTargetRoot;
  1603.                     end;
  1604.                     All is false;
  1605.                     URLOption is cDiskURLOption with
  1606.                         URL is "Media/Interface/a12.xd";
  1607.                     end;
  1608.                 end
  1609.             ];
  1610.         end
  1611.     ];
  1612.     TimeLine is cTimeLine with
  1613.         Flags is 0;
  1614.         Duration is 0;
  1615.         Start is 0;
  1616.         Stop is 0;
  1617.         Time is 0;
  1618.         TimeScale is 1000;
  1619.     end;
  1620. end;
  1621.  
  1622. object O_BT13_19 is cBox with
  1623.     Flags is 0;
  1624.     Name is "BT13";
  1625.     Autorun is false;
  1626.     Clipping is false;
  1627.     Enabled is true;
  1628.     Shown is true;
  1629.     XAdjuster is cLayoutLeftAdjuster with
  1630.         Delta is 349;
  1631.     end;
  1632.     YAdjuster is cLayoutTopAdjuster with
  1633.         Delta is 432;
  1634.     end;
  1635.     WidthAdjuster is cCustomWidthAdjuster with
  1636.         Delta is 30;
  1637.     end;
  1638.     HeightAdjuster is cCustomHeightAdjuster with
  1639.         Delta is 24;
  1640.     end;
  1641.     Duration is 2147483647;
  1642.     Looping is false;
  1643.     Rate is 100;
  1644.     TimeScale is 1000;
  1645.     URLOption is cURLOption with
  1646.     end;
  1647.     Kind is cTransparentBoxKind with
  1648.     end;
  1649.     release Editor:
  1650.     end;
  1651.     Events is [
  1652.         cMouseEnterEvent with
  1653.             Flags is 0;
  1654.             Commands is [
  1655.                 cDragCommand with
  1656.                     Flags is 0;
  1657.                     Target is cTarget with
  1658.                         ID is O_BOUTONJ_8;
  1659.                     end;
  1660.                     Mode is DragTo;
  1661.                     X is 344;
  1662.                     Y is 432;
  1663.                     Constraint is cTarget with
  1664.                     end;
  1665.                 end,
  1666.                 cShowCommand with
  1667.                     Flags is 0;
  1668.                     Target is cTarget with
  1669.                         ID is O_BOUTONJ_8;
  1670.                     end;
  1671.                     Mode is Set;
  1672.                 end,
  1673.                 cSwitchURLCommand with
  1674.                     Flags is 0;
  1675.                     Target is cTarget with
  1676.                         ID is O_W1_3;
  1677.                     end;
  1678.                     URLOption is cDiskURLOption with
  1679.                         URL is "Media/Images/w13.jpg";
  1680.                     end;
  1681.                 end,
  1682.                 cSwitchURLCommand with
  1683.                     Flags is 0;
  1684.                     Target is cTarget with
  1685.                         ID is O_X1_4;
  1686.                     end;
  1687.                     URLOption is cDiskURLOption with
  1688.                         URL is "Media/Images/x13.jpg";
  1689.                     end;
  1690.                 end,
  1691.                 cSwitchURLCommand with
  1692.                     Flags is 0;
  1693.                     Target is cTarget with
  1694.                         ID is O_Y1_5;
  1695.                     end;
  1696.                     URLOption is cDiskURLOption with
  1697.                         URL is "Media/Images/y13.jpg";
  1698.                     end;
  1699.                 end,
  1700.                 cSwitchURLCommand with
  1701.                     Flags is 0;
  1702.                     Target is cTarget with
  1703.                         ID is O_Z1_6;
  1704.                     end;
  1705.                     URLOption is cDiskURLOption with
  1706.                         URL is "Media/Images/z13.jpg";
  1707.                     end;
  1708.                 end
  1709.             ];
  1710.         end,
  1711.         cMouseUpEvent with
  1712.             Flags is 0;
  1713.             Flag is true;
  1714.             Commands is [
  1715.                 cBrowseCommand with
  1716.                     Flags is 0;
  1717.                     Target is cTarget with
  1718.                         ID is oTargetRoot;
  1719.                     end;
  1720.                     All is false;
  1721.                     URLOption is cDiskURLOption with
  1722.                         URL is "Media/Interface/a13.xd";
  1723.                     end;
  1724.                 end
  1725.             ];
  1726.         end
  1727.     ];
  1728.     TimeLine is cTimeLine with
  1729.         Flags is 0;
  1730.         Duration is 0;
  1731.         Start is 0;
  1732.         Stop is 0;
  1733.         Time is 0;
  1734.         TimeScale is 1000;
  1735.     end;
  1736. end;
  1737.  
  1738. object O_BT14_20 is cBox with
  1739.     Flags is 336;
  1740.     Name is "BT14";
  1741.     Autorun is false;
  1742.     Clipping is false;
  1743.     Enabled is true;
  1744.     Shown is true;
  1745.     XAdjuster is cLayoutLeftAdjuster with
  1746.         Delta is 378;
  1747.     end;
  1748.     YAdjuster is cLayoutTopAdjuster with
  1749.         Delta is 432;
  1750.     end;
  1751.     WidthAdjuster is cCustomWidthAdjuster with
  1752.         Delta is 30;
  1753.     end;
  1754.     HeightAdjuster is cCustomHeightAdjuster with
  1755.         Delta is 24;
  1756.     end;
  1757.     Duration is 2147483647;
  1758.     Looping is false;
  1759.     Rate is 100;
  1760.     TimeScale is 1000;
  1761.     URLOption is cURLOption with
  1762.     end;
  1763.     Kind is cTransparentBoxKind with
  1764.     end;
  1765.     release Editor:
  1766.     end;
  1767.     Events is [
  1768.         cMouseEnterEvent with
  1769.             Flags is 4;
  1770.             Commands is [
  1771.                 cDragCommand with
  1772.                     Flags is 4;
  1773.                     Target is cTarget with
  1774.                         ID is O_BOUTONJ_8;
  1775.                     end;
  1776.                     Mode is DragTo;
  1777.                     X is 370;
  1778.                     Y is 432;
  1779.                     Constraint is cTarget with
  1780.                     end;
  1781.                 end,
  1782.                 cShowCommand with
  1783.                     Flags is 4;
  1784.                     Target is cTarget with
  1785.                         ID is O_BOUTONJ_8;
  1786.                     end;
  1787.                     Mode is Set;
  1788.                 end,
  1789.                 cSwitchURLCommand with
  1790.                     Flags is 4;
  1791.                     Target is cTarget with
  1792.                         ID is O_W1_3;
  1793.                     end;
  1794.                     URLOption is cDiskURLOption with
  1795.                         URL is "Media/Images/w14.jpg";
  1796.                     end;
  1797.                 end,
  1798.                 cSwitchURLCommand with
  1799.                     Flags is 4;
  1800.                     Target is cTarget with
  1801.                         ID is O_X1_4;
  1802.                     end;
  1803.                     URLOption is cDiskURLOption with
  1804.                         URL is "Media/Images/x14.jpg";
  1805.                     end;
  1806.                 end,
  1807.                 cSwitchURLCommand with
  1808.                     Flags is 4;
  1809.                     Target is cTarget with
  1810.                         ID is O_Y1_5;
  1811.                     end;
  1812.                     URLOption is cDiskURLOption with
  1813.                         URL is "Media/Images/y14.jpg";
  1814.                     end;
  1815.                 end,
  1816.                 cSwitchURLCommand with
  1817.                     Flags is 4;
  1818.                     Target is cTarget with
  1819.                         ID is O_Z1_6;
  1820.                     end;
  1821.                     URLOption is cDiskURLOption with
  1822.                         URL is "Media/Images/z14.jpg";
  1823.                     end;
  1824.                 end
  1825.             ];
  1826.         end,
  1827.         cMouseUpEvent with
  1828.             Flags is 4;
  1829.             Flag is true;
  1830.             Commands is [
  1831.                 cBrowseCommand with
  1832.                     Flags is 4;
  1833.                     Target is cTarget with
  1834.                         ID is oTargetRoot;
  1835.                     end;
  1836.                     All is false;
  1837.                     URLOption is cDiskURLOption with
  1838.                         URL is "Media/Interface/a14.xd";
  1839.                     end;
  1840.                 end
  1841.             ];
  1842.         end
  1843.     ];
  1844.     TimeLine is cTimeLine with
  1845.         Flags is 0;
  1846.         Duration is 0;
  1847.         Start is 0;
  1848.         Stop is 0;
  1849.         Time is 0;
  1850.         TimeScale is 1000;
  1851.     end;
  1852. end;
  1853.  
  1854. object O_BT15_21 is cBox with
  1855.     Flags is 336;
  1856.     Name is "BT15";
  1857.     Autorun is false;
  1858.     Clipping is false;
  1859.     Enabled is true;
  1860.     Shown is true;
  1861.     XAdjuster is cLayoutLeftAdjuster with
  1862.         Delta is 407;
  1863.     end;
  1864.     YAdjuster is cLayoutTopAdjuster with
  1865.         Delta is 432;
  1866.     end;
  1867.     WidthAdjuster is cCustomWidthAdjuster with
  1868.         Delta is 30;
  1869.     end;
  1870.     HeightAdjuster is cCustomHeightAdjuster with
  1871.         Delta is 24;
  1872.     end;
  1873.     Duration is 2147483647;
  1874.     Looping is false;
  1875.     Rate is 100;
  1876.     TimeScale is 1000;
  1877.     URLOption is cURLOption with
  1878.     end;
  1879.     Kind is cTransparentBoxKind with
  1880.     end;
  1881.     release Editor:
  1882.     end;
  1883.     Events is [
  1884.         cMouseEnterEvent with
  1885.             Flags is 4;
  1886.             Commands is [
  1887.                 cDragCommand with
  1888.                     Flags is 4;
  1889.                     Target is cTarget with
  1890.                         ID is O_BOUTONJ_8;
  1891.                     end;
  1892.                     Mode is DragTo;
  1893.                     X is 402;
  1894.                     Y is 432;
  1895.                     Constraint is cTarget with
  1896.                     end;
  1897.                 end,
  1898.                 cShowCommand with
  1899.                     Flags is 4;
  1900.                     Target is cTarget with
  1901.                         ID is O_BOUTONJ_8;
  1902.                     end;
  1903.                     Mode is Set;
  1904.                 end,
  1905.                 cSwitchURLCommand with
  1906.                     Flags is 4;
  1907.                     Target is cTarget with
  1908.                         ID is O_W1_3;
  1909.                     end;
  1910.                     URLOption is cDiskURLOption with
  1911.                         URL is "Media/Images/w15.jpg";
  1912.                     end;
  1913.                 end,
  1914.                 cSwitchURLCommand with
  1915.                     Flags is 4;
  1916.                     Target is cTarget with
  1917.                         ID is O_X1_4;
  1918.                     end;
  1919.                     URLOption is cDiskURLOption with
  1920.                         URL is "Media/Images/x15.jpg";
  1921.                     end;
  1922.                 end,
  1923.                 cSwitchURLCommand with
  1924.                     Flags is 4;
  1925.                     Target is cTarget with
  1926.                         ID is O_Y1_5;
  1927.                     end;
  1928.                     URLOption is cDiskURLOption with
  1929.                         URL is "Media/Images/y15.jpg";
  1930.                     end;
  1931.                 end,
  1932.                 cSwitchURLCommand with
  1933.                     Flags is 4;
  1934.                     Target is cTarget with
  1935.                         ID is O_Z1_6;
  1936.                     end;
  1937.                     URLOption is cDiskURLOption with
  1938.                         URL is "Media/Images/z15.jpg";
  1939.                     end;
  1940.                 end
  1941.             ];
  1942.         end,
  1943.         cMouseUpEvent with
  1944.             Flags is 4;
  1945.             Flag is true;
  1946.             Commands is [
  1947.                 cBrowseCommand with
  1948.                     Flags is 4;
  1949.                     Target is cTarget with
  1950.                         ID is oTargetRoot;
  1951.                     end;
  1952.                     All is false;
  1953.                     URLOption is cDiskURLOption with
  1954.                         URL is "Media/Interface/a15.xd";
  1955.                     end;
  1956.                 end
  1957.             ];
  1958.         end
  1959.     ];
  1960.     TimeLine is cTimeLine with
  1961.         Flags is 0;
  1962.         Duration is 0;
  1963.         Start is 0;
  1964.         Stop is 0;
  1965.         Time is 0;
  1966.         TimeScale is 1000;
  1967.     end;
  1968. end;
  1969.  
  1970. object O_BT16_22 is cBox with
  1971.     Flags is 336;
  1972.     Name is "BT16";
  1973.     Autorun is false;
  1974.     Clipping is false;
  1975.     Enabled is true;
  1976.     Shown is true;
  1977.     XAdjuster is cLayoutLeftAdjuster with
  1978.         Delta is 437;
  1979.     end;
  1980.     YAdjuster is cLayoutTopAdjuster with
  1981.         Delta is 432;
  1982.     end;
  1983.     WidthAdjuster is cCustomWidthAdjuster with
  1984.         Delta is 30;
  1985.     end;
  1986.     HeightAdjuster is cCustomHeightAdjuster with
  1987.         Delta is 24;
  1988.     end;
  1989.     Duration is 2147483647;
  1990.     Looping is false;
  1991.     Rate is 100;
  1992.     TimeScale is 1000;
  1993.     URLOption is cURLOption with
  1994.     end;
  1995.     Kind is cTransparentBoxKind with
  1996.     end;
  1997.     release Editor:
  1998.     end;
  1999.     Events is [
  2000.         cMouseEnterEvent with
  2001.             Flags is 4;
  2002.             Commands is [
  2003.                 cDragCommand with
  2004.                     Flags is 4;
  2005.                     Target is cTarget with
  2006.                         ID is O_BOUTONJ_8;
  2007.                     end;
  2008.                     Mode is DragTo;
  2009.                     X is 430;
  2010.                     Y is 432;
  2011.                     Constraint is cTarget with
  2012.                     end;
  2013.                 end,
  2014.                 cShowCommand with
  2015.                     Flags is 4;
  2016.                     Target is cTarget with
  2017.                         ID is O_BOUTONJ_8;
  2018.                     end;
  2019.                     Mode is Set;
  2020.                 end,
  2021.                 cSwitchURLCommand with
  2022.                     Flags is 4;
  2023.                     Target is cTarget with
  2024.                         ID is O_W1_3;
  2025.                     end;
  2026.                     URLOption is cDiskURLOption with
  2027.                         URL is "Media/Images/w16.jpg";
  2028.                     end;
  2029.                 end,
  2030.                 cSwitchURLCommand with
  2031.                     Flags is 4;
  2032.                     Target is cTarget with
  2033.                         ID is O_X1_4;
  2034.                     end;
  2035.                     URLOption is cDiskURLOption with
  2036.                         URL is "Media/Images/x16.jpg";
  2037.                     end;
  2038.                 end,
  2039.                 cSwitchURLCommand with
  2040.                     Flags is 4;
  2041.                     Target is cTarget with
  2042.                         ID is O_Y1_5;
  2043.                     end;
  2044.                     URLOption is cDiskURLOption with
  2045.                         URL is "Media/Images/y16.jpg";
  2046.                     end;
  2047.                 end,
  2048.                 cSwitchURLCommand with
  2049.                     Flags is 4;
  2050.                     Target is cTarget with
  2051.                         ID is O_Z1_6;
  2052.                     end;
  2053.                     URLOption is cDiskURLOption with
  2054.                         URL is "Media/Images/z16.jpg";
  2055.                     end;
  2056.                 end
  2057.             ];
  2058.         end,
  2059.         cMouseUpEvent with
  2060.             Flags is 4;
  2061.             Flag is true;
  2062.             Commands is [
  2063.                 cBrowseCommand with
  2064.                     Flags is 4;
  2065.                     Target is cTarget with
  2066.                         ID is oTargetRoot;
  2067.                     end;
  2068.                     All is false;
  2069.                     URLOption is cDiskURLOption with
  2070.                         URL is "Media/Interface/a16.xd";
  2071.                     end;
  2072.                 end
  2073.             ];
  2074.         end
  2075.     ];
  2076.     TimeLine is cTimeLine with
  2077.         Flags is 0;
  2078.         Duration is 0;
  2079.         Start is 0;
  2080.         Stop is 0;
  2081.         Time is 0;
  2082.         TimeScale is 1000;
  2083.     end;
  2084. end;
  2085.  
  2086. object O_BT17_23 is cBox with
  2087.     Flags is 336;
  2088.     Name is "BT17";
  2089.     Autorun is false;
  2090.     Clipping is false;
  2091.     Enabled is true;
  2092.     Shown is true;
  2093.     XAdjuster is cLayoutLeftAdjuster with
  2094.         Delta is 466;
  2095.     end;
  2096.     YAdjuster is cLayoutTopAdjuster with
  2097.         Delta is 432;
  2098.     end;
  2099.     WidthAdjuster is cCustomWidthAdjuster with
  2100.         Delta is 30;
  2101.     end;
  2102.     HeightAdjuster is cCustomHeightAdjuster with
  2103.         Delta is 24;
  2104.     end;
  2105.     Duration is 2147483647;
  2106.     Looping is false;
  2107.     Rate is 100;
  2108.     TimeScale is 1000;
  2109.     URLOption is cURLOption with
  2110.     end;
  2111.     Kind is cTransparentBoxKind with
  2112.     end;
  2113.     release Editor:
  2114.     end;
  2115.     Events is [
  2116.         cMouseEnterEvent with
  2117.             Flags is 4;
  2118.             Commands is [
  2119.                 cDragCommand with
  2120.                     Flags is 4;
  2121.                     Target is cTarget with
  2122.                         ID is O_BOUTONJ_8;
  2123.                     end;
  2124.                     Mode is DragTo;
  2125.                     X is 460;
  2126.                     Y is 432;
  2127.                     Constraint is cTarget with
  2128.                     end;
  2129.                 end,
  2130.                 cShowCommand with
  2131.                     Flags is 4;
  2132.                     Target is cTarget with
  2133.                         ID is O_BOUTONJ_8;
  2134.                     end;
  2135.                     Mode is Set;
  2136.                 end,
  2137.                 cSwitchURLCommand with
  2138.                     Flags is 4;
  2139.                     Target is cTarget with
  2140.                         ID is O_W1_3;
  2141.                     end;
  2142.                     URLOption is cDiskURLOption with
  2143.                         URL is "Media/Images/w17.jpg";
  2144.                     end;
  2145.                 end,
  2146.                 cSwitchURLCommand with
  2147.                     Flags is 4;
  2148.                     Target is cTarget with
  2149.                         ID is O_X1_4;
  2150.                     end;
  2151.                     URLOption is cDiskURLOption with
  2152.                         URL is "Media/Images/x17.jpg";
  2153.                     end;
  2154.                 end,
  2155.                 cSwitchURLCommand with
  2156.                     Flags is 4;
  2157.                     Target is cTarget with
  2158.                         ID is O_Y1_5;
  2159.                     end;
  2160.                     URLOption is cDiskURLOption with
  2161.                         URL is "Media/Images/y17.jpg";
  2162.                     end;
  2163.                 end,
  2164.                 cSwitchURLCommand with
  2165.                     Flags is 4;
  2166.                     Target is cTarget with
  2167.                         ID is O_Z1_6;
  2168.                     end;
  2169.                     URLOption is cDiskURLOption with
  2170.                         URL is "Media/Images/z17.jpg";
  2171.                     end;
  2172.                 end
  2173.             ];
  2174.         end,
  2175.         cMouseUpEvent with
  2176.             Flags is 4;
  2177.             Flag is true;
  2178.             Commands is [
  2179.                 cBrowseCommand with
  2180.                     Flags is 4;
  2181.                     Target is cTarget with
  2182.                         ID is oTargetRoot;
  2183.                     end;
  2184.                     All is false;
  2185.                     URLOption is cDiskURLOption with
  2186.                         URL is "Media/Interface/a17.xd";
  2187.                     end;
  2188.                 end
  2189.             ];
  2190.         end
  2191.     ];
  2192.     TimeLine is cTimeLine with
  2193.         Flags is 0;
  2194.         Duration is 0;
  2195.         Start is 0;
  2196.         Stop is 0;
  2197.         Time is 0;
  2198.         TimeScale is 1000;
  2199.     end;
  2200. end;
  2201.  
  2202. object O_BT18_24 is cBox with
  2203.     Flags is 336;
  2204.     Name is "BT18";
  2205.     Autorun is false;
  2206.     Clipping is false;
  2207.     Enabled is true;
  2208.     Shown is true;
  2209.     XAdjuster is cLayoutLeftAdjuster with
  2210.         Delta is 495;
  2211.     end;
  2212.     YAdjuster is cLayoutTopAdjuster with
  2213.         Delta is 432;
  2214.     end;
  2215.     WidthAdjuster is cCustomWidthAdjuster with
  2216.         Delta is 30;
  2217.     end;
  2218.     HeightAdjuster is cCustomHeightAdjuster with
  2219.         Delta is 24;
  2220.     end;
  2221.     Duration is 2147483647;
  2222.     Looping is false;
  2223.     Rate is 100;
  2224.     TimeScale is 1000;
  2225.     URLOption is cURLOption with
  2226.     end;
  2227.     Kind is cTransparentBoxKind with
  2228.     end;
  2229.     release Editor:
  2230.     end;
  2231.     Events is [
  2232.         cMouseEnterEvent with
  2233.             Flags is 4;
  2234.             Commands is [
  2235.                 cDragCommand with
  2236.                     Flags is 4;
  2237.                     Target is cTarget with
  2238.                         ID is O_BOUTONJ_8;
  2239.                     end;
  2240.                     Mode is DragTo;
  2241.                     X is 487;
  2242.                     Y is 432;
  2243.                     Constraint is cTarget with
  2244.                     end;
  2245.                 end,
  2246.                 cShowCommand with
  2247.                     Flags is 4;
  2248.                     Target is cTarget with
  2249.                         ID is O_BOUTONJ_8;
  2250.                     end;
  2251.                     Mode is Set;
  2252.                 end,
  2253.                 cSwitchURLCommand with
  2254.                     Flags is 4;
  2255.                     Target is cTarget with
  2256.                         ID is O_W1_3;
  2257.                     end;
  2258.                     URLOption is cDiskURLOption with
  2259.                         URL is "Media/Images/w18.jpg";
  2260.                     end;
  2261.                 end,
  2262.                 cSwitchURLCommand with
  2263.                     Flags is 4;
  2264.                     Target is cTarget with
  2265.                         ID is O_X1_4;
  2266.                     end;
  2267.                     URLOption is cDiskURLOption with
  2268.                         URL is "Media/Images/x18.jpg";
  2269.                     end;
  2270.                 end,
  2271.                 cSwitchURLCommand with
  2272.                     Flags is 4;
  2273.                     Target is cTarget with
  2274.                         ID is O_Y1_5;
  2275.                     end;
  2276.                     URLOption is cDiskURLOption with
  2277.                         URL is "Media/Images/y18.jpg";
  2278.                     end;
  2279.                 end,
  2280.                 cSwitchURLCommand with
  2281.                     Flags is 4;
  2282.                     Target is cTarget with
  2283.                         ID is O_Z1_6;
  2284.                     end;
  2285.                     URLOption is cDiskURLOption with
  2286.                         URL is "Media/Images/z18.jpg";
  2287.                     end;
  2288.                 end
  2289.             ];
  2290.         end,
  2291.         cMouseUpEvent with
  2292.             Flags is 4;
  2293.             Flag is true;
  2294.             Commands is [
  2295.                 cBrowseCommand with
  2296.                     Flags is 4;
  2297.                     Target is cTarget with
  2298.                         ID is oTargetRoot;
  2299.                     end;
  2300.                     All is false;
  2301.                     URLOption is cDiskURLOption with
  2302.                         URL is "Media/Interface/a18.xd";
  2303.                     end;
  2304.                 end
  2305.             ];
  2306.         end
  2307.     ];
  2308.     TimeLine is cTimeLine with
  2309.         Flags is 0;
  2310.         Duration is 0;
  2311.         Start is 0;
  2312.         Stop is 0;
  2313.         Time is 0;
  2314.         TimeScale is 1000;
  2315.     end;
  2316. end;
  2317.  
  2318. object O_BT19_25 is cBox with
  2319.     Flags is 0;
  2320.     Name is "BT19";
  2321.     Autorun is false;
  2322.     Clipping is false;
  2323.     Enabled is true;
  2324.     Shown is true;
  2325.     XAdjuster is cLayoutLeftAdjuster with
  2326.         Delta is 524;
  2327.     end;
  2328.     YAdjuster is cLayoutTopAdjuster with
  2329.         Delta is 432;
  2330.     end;
  2331.     WidthAdjuster is cCustomWidthAdjuster with
  2332.         Delta is 30;
  2333.     end;
  2334.     HeightAdjuster is cCustomHeightAdjuster with
  2335.         Delta is 24;
  2336.     end;
  2337.     Duration is 2147483647;
  2338.     Looping is false;
  2339.     Rate is 100;
  2340.     TimeScale is 1000;
  2341.     URLOption is cURLOption with
  2342.     end;
  2343.     Kind is cTransparentBoxKind with
  2344.     end;
  2345.     release Editor:
  2346.     end;
  2347.     Events is [
  2348.         cMouseEnterEvent with
  2349.             Flags is 0;
  2350.             Commands is [
  2351.                 cDragCommand with
  2352.                     Flags is 0;
  2353.                     Target is cTarget with
  2354.                         ID is O_BOUTONJ_8;
  2355.                     end;
  2356.                     Mode is DragTo;
  2357.                     X is 519;
  2358.                     Y is 432;
  2359.                     Constraint is cTarget with
  2360.                     end;
  2361.                 end,
  2362.                 cShowCommand with
  2363.                     Flags is 0;
  2364.                     Target is cTarget with
  2365.                         ID is O_BOUTONJ_8;
  2366.                     end;
  2367.                     Mode is Set;
  2368.                 end,
  2369.                 cSwitchURLCommand with
  2370.                     Flags is 0;
  2371.                     Target is cTarget with
  2372.                         ID is O_W1_3;
  2373.                     end;
  2374.                     URLOption is cDiskURLOption with
  2375.                         URL is "Media/Images/w19.jpg";
  2376.                     end;
  2377.                 end,
  2378.                 cSwitchURLCommand with
  2379.                     Flags is 0;
  2380.                     Target is cTarget with
  2381.                         ID is O_X1_4;
  2382.                     end;
  2383.                     URLOption is cDiskURLOption with
  2384.                         URL is "Media/Images/x19.jpg";
  2385.                     end;
  2386.                 end,
  2387.                 cSwitchURLCommand with
  2388.                     Flags is 0;
  2389.                     Target is cTarget with
  2390.                         ID is O_Y1_5;
  2391.                     end;
  2392.                     URLOption is cDiskURLOption with
  2393.                         URL is "Media/Images/y19.jpg";
  2394.                     end;
  2395.                 end,
  2396.                 cSwitchURLCommand with
  2397.                     Flags is 0;
  2398.                     Target is cTarget with
  2399.                         ID is O_Z1_6;
  2400.                     end;
  2401.                     URLOption is cDiskURLOption with
  2402.                         URL is "Media/Images/z19.jpg";
  2403.                     end;
  2404.                 end
  2405.             ];
  2406.         end,
  2407.         cMouseUpEvent with
  2408.             Flags is 0;
  2409.             Flag is true;
  2410.             Commands is [
  2411.                 cBrowseCommand with
  2412.                     Flags is 0;
  2413.                     Target is cTarget with
  2414.                         ID is oTargetRoot;
  2415.                     end;
  2416.                     All is false;
  2417.                     URLOption is cDiskURLOption with
  2418.                         URL is "Media/Interface/a19.xd";
  2419.                     end;
  2420.                 end
  2421.             ];
  2422.         end
  2423.     ];
  2424.     TimeLine is cTimeLine with
  2425.         Flags is 0;
  2426.         Duration is 0;
  2427.         Start is 0;
  2428.         Stop is 0;
  2429.         Time is 0;
  2430.         TimeScale is 1000;
  2431.     end;
  2432. end;
  2433.  
  2434. object O_BT20_26 is cBox with
  2435.     Flags is 336;
  2436.     Name is "BT20";
  2437.     Autorun is false;
  2438.     Clipping is false;
  2439.     Enabled is true;
  2440.     Shown is true;
  2441.     XAdjuster is cLayoutLeftAdjuster with
  2442.         Delta is 553;
  2443.     end;
  2444.     YAdjuster is cLayoutTopAdjuster with
  2445.         Delta is 432;
  2446.     end;
  2447.     WidthAdjuster is cCustomWidthAdjuster with
  2448.         Delta is 30;
  2449.     end;
  2450.     HeightAdjuster is cCustomHeightAdjuster with
  2451.         Delta is 24;
  2452.     end;
  2453.     Duration is 2147483647;
  2454.     Looping is false;
  2455.     Rate is 100;
  2456.     TimeScale is 1000;
  2457.     URLOption is cURLOption with
  2458.     end;
  2459.     Kind is cTransparentBoxKind with
  2460.     end;
  2461.     release Editor:
  2462.     end;
  2463.     Events is [
  2464.         cMouseEnterEvent with
  2465.             Flags is 4;
  2466.             Commands is [
  2467.                 cDragCommand with
  2468.                     Flags is 4;
  2469.                     Target is cTarget with
  2470.                         ID is O_BOUTONJ_8;
  2471.                     end;
  2472.                     Mode is DragTo;
  2473.                     X is 545;
  2474.                     Y is 432;
  2475.                     Constraint is cTarget with
  2476.                     end;
  2477.                 end,
  2478.                 cShowCommand with
  2479.                     Flags is 4;
  2480.                     Target is cTarget with
  2481.                         ID is O_BOUTONJ_8;
  2482.                     end;
  2483.                     Mode is Set;
  2484.                 end,
  2485.                 cSwitchURLCommand with
  2486.                     Flags is 4;
  2487.                     Target is cTarget with
  2488.                         ID is O_W1_3;
  2489.                     end;
  2490.                     URLOption is cDiskURLOption with
  2491.                         URL is "Media/Images/w20.jpg";
  2492.                     end;
  2493.                 end,
  2494.                 cSwitchURLCommand with
  2495.                     Flags is 4;
  2496.                     Target is cTarget with
  2497.                         ID is O_X1_4;
  2498.                     end;
  2499.                     URLOption is cDiskURLOption with
  2500.                         URL is "Media/Images/x20.jpg";
  2501.                     end;
  2502.                 end,
  2503.                 cSwitchURLCommand with
  2504.                     Flags is 4;
  2505.                     Target is cTarget with
  2506.                         ID is O_Y1_5;
  2507.                     end;
  2508.                     URLOption is cDiskURLOption with
  2509.                         URL is "Media/Images/y20.jpg";
  2510.                     end;
  2511.                 end,
  2512.                 cSwitchURLCommand with
  2513.                     Flags is 4;
  2514.                     Target is cTarget with
  2515.                         ID is O_Z1_6;
  2516.                     end;
  2517.                     URLOption is cDiskURLOption with
  2518.                         URL is "Media/Images/z20.jpg";
  2519.                     end;
  2520.                 end
  2521.             ];
  2522.         end,
  2523.         cMouseUpEvent with
  2524.             Flags is 4;
  2525.             Flag is true;
  2526.             Commands is [
  2527.                 cBrowseCommand with
  2528.                     Flags is 4;
  2529.                     Target is cTarget with
  2530.                         ID is oTargetRoot;
  2531.                     end;
  2532.                     All is false;
  2533.                     URLOption is cDiskURLOption with
  2534.                         URL is "Media/Interface/a20.xd";
  2535.                     end;
  2536.                 end
  2537.             ];
  2538.         end
  2539.     ];
  2540.     TimeLine is cTimeLine with
  2541.         Flags is 0;
  2542.         Duration is 0;
  2543.         Start is 0;
  2544.         Stop is 0;
  2545.         Time is 0;
  2546.         TimeScale is 1000;
  2547.     end;
  2548. end;
  2549.  
  2550. object O_BT21_27 is cBox with
  2551.     Flags is 0;
  2552.     Name is "BT21";
  2553.     Autorun is false;
  2554.     Clipping is false;
  2555.     Enabled is true;
  2556.     Shown is true;
  2557.     XAdjuster is cLayoutLeftAdjuster with
  2558.         Delta is 582;
  2559.     end;
  2560.     YAdjuster is cLayoutTopAdjuster with
  2561.         Delta is 432;
  2562.     end;
  2563.     WidthAdjuster is cCustomWidthAdjuster with
  2564.         Delta is 30;
  2565.     end;
  2566.     HeightAdjuster is cCustomHeightAdjuster with
  2567.         Delta is 24;
  2568.     end;
  2569.     Duration is 2147483647;
  2570.     Looping is false;
  2571.     Rate is 100;
  2572.     TimeScale is 1000;
  2573.     URLOption is cURLOption with
  2574.     end;
  2575.     Kind is cTransparentBoxKind with
  2576.     end;
  2577.     release Editor:
  2578.     end;
  2579.     Events is [
  2580.         cMouseEnterEvent with
  2581.             Flags is 0;
  2582.             Commands is [
  2583.                 cDragCommand with
  2584.                     Flags is 0;
  2585.                     Target is cTarget with
  2586.                         ID is O_BOUTONJ_8;
  2587.                     end;
  2588.                     Mode is DragTo;
  2589.                     X is 574;
  2590.                     Y is 432;
  2591.                     Constraint is cTarget with
  2592.                     end;
  2593.                 end,
  2594.                 cShowCommand with
  2595.                     Flags is 0;
  2596.                     Target is cTarget with
  2597.                         ID is O_BOUTONJ_8;
  2598.                     end;
  2599.                     Mode is Set;
  2600.                 end,
  2601.                 cSwitchURLCommand with
  2602.                     Flags is 0;
  2603.                     Target is cTarget with
  2604.                         ID is O_W1_3;
  2605.                     end;
  2606.                     URLOption is cDiskURLOption with
  2607.                         URL is "Media/Images/w21.jpg";
  2608.                     end;
  2609.                 end,
  2610.                 cSwitchURLCommand with
  2611.                     Flags is 0;
  2612.                     Target is cTarget with
  2613.                         ID is O_X1_4;
  2614.                     end;
  2615.                     URLOption is cDiskURLOption with
  2616.                         URL is "Media/Images/x21.jpg";
  2617.                     end;
  2618.                 end,
  2619.                 cSwitchURLCommand with
  2620.                     Flags is 0;
  2621.                     Target is cTarget with
  2622.                         ID is O_Y1_5;
  2623.                     end;
  2624.                     URLOption is cDiskURLOption with
  2625.                         URL is "Media/Images/y21.jpg";
  2626.                     end;
  2627.                 end,
  2628.                 cSwitchURLCommand with
  2629.                     Flags is 0;
  2630.                     Target is cTarget with
  2631.                         ID is O_Z1_6;
  2632.                     end;
  2633.                     URLOption is cDiskURLOption with
  2634.                         URL is "Media/Images/z21.jpg";
  2635.                     end;
  2636.                 end
  2637.             ];
  2638.         end,
  2639.         cMouseUpEvent with
  2640.             Flags is 0;
  2641.             Flag is true;
  2642.             Commands is [
  2643.                 cBrowseCommand with
  2644.                     Flags is 0;
  2645.                     Target is cTarget with
  2646.                         ID is oTargetRoot;
  2647.                     end;
  2648.                     All is false;
  2649.                     URLOption is cDiskURLOption with
  2650.                         URL is "Media/Interface/a21.xd";
  2651.                     end;
  2652.                 end
  2653.             ];
  2654.         end
  2655.     ];
  2656.     TimeLine is cTimeLine with
  2657.         Flags is 0;
  2658.         Duration is 0;
  2659.         Start is 0;
  2660.         Stop is 0;
  2661.         Time is 0;
  2662.         TimeScale is 1000;
  2663.     end;
  2664. end;
  2665.  
  2666. object O_BT22_28 is cBox with
  2667.     Flags is 336;
  2668.     Name is "BT22";
  2669.     Autorun is false;
  2670.     Clipping is false;
  2671.     Enabled is true;
  2672.     Shown is true;
  2673.     XAdjuster is cLayoutLeftAdjuster with
  2674.         Delta is 611;
  2675.     end;
  2676.     YAdjuster is cLayoutTopAdjuster with
  2677.         Delta is 432;
  2678.     end;
  2679.     WidthAdjuster is cCustomWidthAdjuster with
  2680.         Delta is 30;
  2681.     end;
  2682.     HeightAdjuster is cCustomHeightAdjuster with
  2683.         Delta is 24;
  2684.     end;
  2685.     Duration is 2147483647;
  2686.     Looping is false;
  2687.     Rate is 100;
  2688.     TimeScale is 1000;
  2689.     URLOption is cURLOption with
  2690.     end;
  2691.     Kind is cTransparentBoxKind with
  2692.     end;
  2693.     release Editor:
  2694.     end;
  2695.     Events is [
  2696.         cMouseEnterEvent with
  2697.             Flags is 4;
  2698.             Commands is [
  2699.                 cDragCommand with
  2700.                     Flags is 4;
  2701.                     Target is cTarget with
  2702.                         ID is O_BOUTONJ_8;
  2703.                     end;
  2704.                     Mode is DragTo;
  2705.                     X is 604;
  2706.                     Y is 432;
  2707.                     Constraint is cTarget with
  2708.                     end;
  2709.                 end,
  2710.                 cShowCommand with
  2711.                     Flags is 4;
  2712.                     Target is cTarget with
  2713.                         ID is O_BOUTONJ_8;
  2714.                     end;
  2715.                     Mode is Set;
  2716.                 end,
  2717.                 cSwitchURLCommand with
  2718.                     Flags is 4;
  2719.                     Target is cTarget with
  2720.                         ID is O_W1_3;
  2721.                     end;
  2722.                     URLOption is cDiskURLOption with
  2723.                         URL is "Media/Images/w22.jpg";
  2724.                     end;
  2725.                 end,
  2726.                 cSwitchURLCommand with
  2727.                     Flags is 4;
  2728.                     Target is cTarget with
  2729.                         ID is O_X1_4;
  2730.                     end;
  2731.                     URLOption is cDiskURLOption with
  2732.                         URL is "Media/Images/x22.jpg";
  2733.                     end;
  2734.                 end,
  2735.                 cSwitchURLCommand with
  2736.                     Flags is 4;
  2737.                     Target is cTarget with
  2738.                         ID is O_Y1_5;
  2739.                     end;
  2740.                     URLOption is cDiskURLOption with
  2741.                         URL is "Media/Images/y22.jpg";
  2742.                     end;
  2743.                 end,
  2744.                 cSwitchURLCommand with
  2745.                     Flags is 4;
  2746.                     Target is cTarget with
  2747.                         ID is O_Z1_6;
  2748.                     end;
  2749.                     URLOption is cDiskURLOption with
  2750.                         URL is "Media/Images/z22.jpg";
  2751.                     end;
  2752.                 end
  2753.             ];
  2754.         end,
  2755.         cMouseUpEvent with
  2756.             Flags is 4;
  2757.             Flag is true;
  2758.             Commands is [
  2759.                 cBrowseCommand with
  2760.                     Flags is 4;
  2761.                     Target is cTarget with
  2762.                         ID is oTargetRoot;
  2763.                     end;
  2764.                     All is false;
  2765.                     URLOption is cDiskURLOption with
  2766.                         URL is "Media/Interface/a22.xd";
  2767.                     end;
  2768.                 end
  2769.             ];
  2770.         end
  2771.     ];
  2772.     TimeLine is cTimeLine with
  2773.         Flags is 0;
  2774.         Duration is 0;
  2775.         Start is 0;
  2776.         Stop is 0;
  2777.         Time is 0;
  2778.         TimeScale is 1000;
  2779.     end;
  2780. end;
  2781.  
  2782. object O_BT23_29 is cBox with
  2783.     Flags is 340;
  2784.     Name is "BT23";
  2785.     Autorun is false;
  2786.     Clipping is false;
  2787.     Enabled is true;
  2788.     Shown is true;
  2789.     XAdjuster is cLayoutLeftAdjuster with
  2790.         Delta is 636;
  2791.     end;
  2792.     YAdjuster is cLayoutTopAdjuster with
  2793.         Delta is 432;
  2794.     end;
  2795.     WidthAdjuster is cCustomWidthAdjuster with
  2796.         Delta is 30;
  2797.     end;
  2798.     HeightAdjuster is cCustomHeightAdjuster with
  2799.         Delta is 24;
  2800.     end;
  2801.     Duration is 2147483647;
  2802.     Looping is false;
  2803.     Rate is 100;
  2804.     TimeScale is 1000;
  2805.     URLOption is cURLOption with
  2806.     end;
  2807.     Kind is cTransparentBoxKind with
  2808.     end;
  2809.     release Editor:
  2810.     end;
  2811.     Events is [
  2812.         cMouseEnterEvent with
  2813.             Flags is 4;
  2814.             Commands is [
  2815.                 cDragCommand with
  2816.                     Flags is 4;
  2817.                     Target is cTarget with
  2818.                         ID is O_BOUTONJ_8;
  2819.                     end;
  2820.                     Mode is DragTo;
  2821.                     X is 632;
  2822.                     Y is 432;
  2823.                     Constraint is cTarget with
  2824.                     end;
  2825.                 end,
  2826.                 cShowCommand with
  2827.                     Flags is 4;
  2828.                     Target is cTarget with
  2829.                         ID is O_BOUTONJ_8;
  2830.                     end;
  2831.                     Mode is Set;
  2832.                 end,
  2833.                 cSwitchURLCommand with
  2834.                     Flags is 4;
  2835.                     Target is cTarget with
  2836.                         ID is O_W1_3;
  2837.                     end;
  2838.                     URLOption is cDiskURLOption with
  2839.                         URL is "Media/Images/w23.jpg";
  2840.                     end;
  2841.                 end,
  2842.                 cSwitchURLCommand with
  2843.                     Flags is 4;
  2844.                     Target is cTarget with
  2845.                         ID is O_X1_4;
  2846.                     end;
  2847.                     URLOption is cDiskURLOption with
  2848.                         URL is "Media/Images/x23.jpg";
  2849.                     end;
  2850.                 end,
  2851.                 cSwitchURLCommand with
  2852.                     Flags is 4;
  2853.                     Target is cTarget with
  2854.                         ID is O_Y1_5;
  2855.                     end;
  2856.                     URLOption is cDiskURLOption with
  2857.                         URL is "Media/Images/y23.jpg";
  2858.                     end;
  2859.                 end,
  2860.                 cSwitchURLCommand with
  2861.                     Flags is 4;
  2862.                     Target is cTarget with
  2863.                         ID is O_Z1_6;
  2864.                     end;
  2865.                     URLOption is cDiskURLOption with
  2866.                         URL is "Media/Images/z23.jpg";
  2867.                     end;
  2868.                 end
  2869.             ];
  2870.         end,
  2871.         cMouseUpEvent with
  2872.             Flags is 4;
  2873.             Flag is true;
  2874.             Commands is [
  2875.                 cBrowseCommand with
  2876.                     Flags is 4;
  2877.                     Target is cTarget with
  2878.                         ID is oTargetRoot;
  2879.                     end;
  2880.                     All is false;
  2881.                     URLOption is cDiskURLOption with
  2882.                         URL is "Media/Interface/a23.xd";
  2883.                     end;
  2884.                 end
  2885.             ];
  2886.         end
  2887.     ];
  2888.     TimeLine is cTimeLine with
  2889.         Flags is 0;
  2890.         Duration is 0;
  2891.         Start is 0;
  2892.         Stop is 0;
  2893.         Time is 0;
  2894.         TimeScale is 1000;
  2895.     end;
  2896. end;
  2897.  
  2898. object O_SOMMAIRE_30 is cBox with
  2899.     Flags is 84;
  2900.     Name is "SOMMAIRE";
  2901.     Autorun is false;
  2902.     Clipping is false;
  2903.     Enabled is true;
  2904.     Shown is true;
  2905.     XAdjuster is cLayoutLeftAdjuster with
  2906.         Delta is 629;
  2907.     end;
  2908.     YAdjuster is cLayoutTopAdjuster with
  2909.         Delta is 573;
  2910.     end;
  2911.     WidthAdjuster is cCustomWidthAdjuster with
  2912.         Delta is 155;
  2913.     end;
  2914.     HeightAdjuster is cCustomHeightAdjuster with
  2915.         Delta is 17;
  2916.     end;
  2917.     Duration is 2147483647;
  2918.     Looping is false;
  2919.     Rate is 100;
  2920.     TimeScale is 1000;
  2921.     URLOption is cURLOption with
  2922.     end;
  2923.     Kind is cTransparentBoxKind with
  2924.     end;
  2925.     release Editor:
  2926.     end;
  2927.     Events is [
  2928.         cMouseUpEvent with
  2929.             Flags is 4;
  2930.             Commands is [
  2931.                 cBrowseCommand with
  2932.                     Flags is 0;
  2933.                     Target is cTarget with
  2934.                         ID is oTargetRoot;
  2935.                     end;
  2936.                     All is false;
  2937.                     URLOption is cDiskURLOption with
  2938.                         URL is "Media/Interface/Sommaire.xd";
  2939.                     end;
  2940.                 end
  2941.             ];
  2942.         end
  2943.     ];
  2944.     TimeLine is cTimeLine with
  2945.         Flags is 0;
  2946.         Duration is 0;
  2947.         Start is 0;
  2948.         Stop is 0;
  2949.         Time is 0;
  2950.         TimeScale is 1000;
  2951.     end;
  2952. end;
  2953.  
  2954.